move

suspend fun move(dest: Path, force: Boolean = true)

Move this file or directory todest. Never moves into, for that use copyInto. Note that this differs from mv which will sometimes copy into.

See also

Parameters

force

whether to overwrite files in dest.

Sources

js source
Link copied to clipboard